Developer --> Technical Publications
PATHHardware Documentation > USB Devices > Mac OS USB DDK API Reference


usbBMRequest Direction Constants

    kUSBOut         = 0     /* Data is transfered to the device */
    kUSBIn          = 1     /* Data is transfered to the host */
    kUSBNone        = 2     /* No data is transfered */
    kUSBAnyDirn     = 3     /* Any direction */

© 1999 Apple Computer, Inc.

Previous | Back Up One Level | Next | Show Frames | Hide Frames